- da_g_atomic_int_add
alias da_g_atomic_int_add = gint function(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_and
alias da_g_atomic_int_and = guint function(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_compare_and_exchange
alias da_g_atomic_int_compare_and_exchange = gboolean function(gint* atomic, gint oldval, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_dec_and_test
alias da_g_atomic_int_dec_and_test = gboolean function(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_exchange_and_add
alias da_g_atomic_int_exchange_and_add = gint function(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_get
alias da_g_atomic_int_get = gint function(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_inc
alias da_g_atomic_int_inc = void function(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_or
alias da_g_atomic_int_or = guint function(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_set
alias da_g_atomic_int_set = void function(gint* atomic, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_int_xor
alias da_g_atomic_int_xor = guint function(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_add
alias da_g_atomic_pointer_add = gssize function(void* atomic, gssize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_and
alias da_g_atomic_pointer_and = gsize function(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_compare_and_exchange
alias da_g_atomic_pointer_compare_and_exchange = gboolean function(void* atomic, gpointer oldval, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_get
alias da_g_atomic_pointer_get = gpointer function(void* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_or
alias da_g_atomic_pointer_or = gsize function(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_set
alias da_g_atomic_pointer_set = void function(void* atomic, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_atomic_pointer_xor
alias da_g_atomic_pointer_xor = gsize function(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_add
gint g_atomic_int_add(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_and
guint g_atomic_int_and(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_compare_and_exchange
gboolean g_atomic_int_compare_and_exchange(gint* atomic, gint oldval, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_dec_and_test
gboolean g_atomic_int_dec_and_test(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_exchange_and_add
gint g_atomic_int_exchange_and_add(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_get
gint g_atomic_int_get(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_inc
void g_atomic_int_inc(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_or
guint g_atomic_int_or(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_set
void g_atomic_int_set(gint* atomic, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_xor
guint g_atomic_int_xor(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_add
gssize g_atomic_pointer_add(void* atomic, gssize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_and
gsize g_atomic_pointer_and(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_compare_and_exchange
gboolean g_atomic_pointer_compare_and_exchange(void* atomic, gpointer oldval, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_get
gpointer g_atomic_pointer_get(void* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_or
gsize g_atomic_pointer_or(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_set
void g_atomic_pointer_set(void* atomic, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_xor
gsize g_atomic_pointer_xor(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_add
da_g_atomic_int_add g_atomic_int_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_and
da_g_atomic_int_and g_atomic_int_and;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_compare_and_exchange
da_g_atomic_int_compare_and_exchange g_atomic_int_compare_and_exchange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_dec_and_test
da_g_atomic_int_dec_and_test g_atomic_int_dec_and_test;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_exchange_and_add
da_g_atomic_int_exchange_and_add g_atomic_int_exchange_and_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_get
da_g_atomic_int_get g_atomic_int_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_inc
da_g_atomic_int_inc g_atomic_int_inc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_or
da_g_atomic_int_or g_atomic_int_or;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_set
da_g_atomic_int_set g_atomic_int_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_int_xor
da_g_atomic_int_xor g_atomic_int_xor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_add
da_g_atomic_pointer_add g_atomic_pointer_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_and
da_g_atomic_pointer_and g_atomic_pointer_and;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_compare_and_exchange
da_g_atomic_pointer_compare_and_exchange g_atomic_pointer_compare_and_exchange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_get
da_g_atomic_pointer_get g_atomic_pointer_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_or
da_g_atomic_pointer_or g_atomic_pointer_or;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_set
da_g_atomic_pointer_set g_atomic_pointer_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_atomic_pointer_xor
da_g_atomic_pointer_xor g_atomic_pointer_xor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.